["List", [
 ["Dataset", {
  "entries": [
   ["Entry", {
    "NAME": "A",
    "VALUE": 3
   }],
   ["Entry", {
    "NAME": "B",
    "VALUE": 5
   }],
   ["Entry", {
    "NAME": "C",
    "VALUE": 2
   }],
   ["Entry", {
    "NAME": "D",
    "VALUE": 7
   }],
   ["Entry", {
    "NAME": "E",
    "VALUE": 4
   }]
  ],
  "fields": [
   ["Field", {
    "default": "",
    "name": "Name",
    "width": 100
   }],
   ["Field", {
    "default": 0,
    "name": "Value",
    "width": 100
   }]
  ],
  "title": "data"
 }]
]]
